home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam33 / readme < prev    next >
Text File  |  1995-09-27  |  358b  |  13 lines

  1.  
  2.  
  3. This example demonstrates most of the methods associated with the String
  4. class.
  5.  
  6. This is also a good example of why a garbage collector is needed.  If none
  7. was available all the intermediate or temporary string objects would
  8. have to be accounted for and manually disposed.  This would be a real
  9. pain!
  10.  
  11.  
  12. (To build see the readme file in the first example.)
  13.